home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 4 / developer source - volume 4.iso / parad / mar94 / pb_fig07.gif < prev    next >
Graphics Interchange Format  |  1995-09-26  |  8KB  |  648x363  |  4-bit (5 colors)
Labels: text | electronics | screenshot | display | software | font | number | web page
OCR: POWERBAR :: POWERBTN1 :: mouseRightDown* method mouseRightDown (var eventInfo MouseEvent) doDefault if Self. NUMBER.Visible = True then Self.NUMBER.RasterOperation = SourceInvert else Self.USERPIC.RasterOperation = SourceInvert endIf I ctrlkey : False shiftkey = False switch case eventInfo.isShiftKeyDown() : shiftkey = True case eventInfo.isControlKeyDown() : ctrlkey = True endSwitch endMethod Edit Line: 4 Col: 29